body {
  color: #333;
  margin: auto;
  list-style: none;
  min-width: 300px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

a:-webkit-any-link {
  cursor: pointer;
}
a:-webkit-any-link:hover {
  cursor: pointer; /* カーソルを指の形にする */
  opacity: 0.5; /* 透明度を50%（薄く）にする */
  transition: opacity 0.3s; /* 薄くなるアニメーションをスムーズにする（任意） */
}

header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  background: #fcffff;
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(
    to right,
    #ffd448,
    #ffbb00,
    #ff9600,
    #ff7600,
    #ff6600
  );
  border-image: linear-gradient(
    to right,
    #ffd448,
    #ffbb00,
    #ff9600,
    #ff7600,
    #ff6600
  );
  border-image-slice: 1;
}

.header-inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1200px;
}

/* logoアニメーション本体 */
@keyframes fadeDownAnime {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.header-logo {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo img {
  height: 30px;
}
/* 右上ボタン4つ */

@keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeLeftTrigger li a {
  text-decoration: none;
  color: #fff;
  padding: 8px 10px;
  background: #f58d04;
  border-radius: 5px;
}
#sec_can {
  scroll-margin-top: 100px;
}
#sec_att {
  scroll-margin-top: 100px;
}

li {
  list-style: none;
}
.fadeLeftTrigger {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  align-items: center;
  display: flex;
  gap: 10px;
}

header ul {
  display: flex;
  gap: 15px;
}

/* sectionいちばんうえのとこ */
.sub_back {
  background-color: #fff1e3;
}

.sub_sec {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  padding: 8% 5% 3%;
}

.plg_titl {
  font-weight: bolder;
  font-size: 50px;
}

.titl_text {
  font-weight: bolder;
  font-size: 20px;
}
.titl_ber {
  padding: 2%;
}
.border {
  width: 30%;
  padding: 4px;
  margin: auto;
  border-bottom: 4.5px solid #ff9602;
}

.plg_titl_item {
  display: flex;
  justify-content: center;
  margin: 4% 3%;
}

.plg_img {
  height: 300px;
  object-fit: cover;
  margin: auto 0;
}
.about_plg {
  padding: 0%;
  width: 35%;
}

.free_1 {
  font-size: 20px;
  font-weight: bold;
  color: #9e9e9e;
}

.free_60 {
  width: 200px;
  position: relative;
  bottom: -5px;
}

.mou_kochira,
.dw,
.mn {
  text-align: center;
  font-weight: 500;
  padding: 10px 30px;
  line-height: 60px;
  background-color: #ff9602;
  text-decoration: none;
  color: #ffffff;
  border-radius: 35px;
  position: relative;
  bottom: 5px;
}

.par_pri {
  display: flex;
  justify-content: space-evenly;
  font-weight: 700;
  margin: 5% 0;
  font-size: 20px;
}

.pri {
  text-align: end;
}

.tax {
  font-weight: 700;
  font-size: smaller;
  display: flex;
  justify-content: center;
  padding: 0;
}

/* 5/27追加　高田 */
.in_out_hp {
  margin: 5% 0;
}
.in_out_hp a {
  font-size: medium;
  font-weight: 600;
  color: #ff9602;
  text-decoration: none;
}
/* 閉じ */
/* section閉じ */

/* 出来ることcan */
.sub_plg_can {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.can_use_titl {
  display: flex;
  justify-content: center;
  margin: 5% 0;
  align-items: center;
}

.pipe {
  background: #ff9602;
  width: 1%;
  margin: 0 3%;
  height: 50px;
}

.sub_plg_can ul {
  font-weight: bold;
  font-size: x-large;
  color: #333;
  font-size: 40px;
}

.use ul {
  font-weight: bold;
  font-size: x-large;
  color: #333;
  font-size: 40px;
  font-weight: bold;
}

/* .sub_plg_can ul span {
    margin: 0 1% !important;
    color: #333;
    margin: auto;
    font-weight: bold;
    font-size: x-large;
} */

.can {
  font-size: 25px;
  font-weight: bold;
  text-align: justify;
  width: 500px;
  margin: auto;
  margin-bottom: 3%;
}
.pctbok {
  font-size: 20px;
  font-weight: bold;
  text-align: end;
  width: 760px;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 3%;
}

/* can閉じ */

.vid video {
  width: 800px;
  margin: 3% 0;
}

/* 使い方use */
.use {
  text-align: center;
  margin: 5% auto;
  max-width: 1200px;
  width: 100%;
}

.use_item {
  text-align: justify;
  color: #ff9602;
  font-weight: bold;
  margin: auto;
  padding-left: 10%;
  padding-bottom: 3%;
  width: 700px;
}
.use_item span {
  font-size: 25px;
  font-weight: bold;
  color: #333;
}

/* 使い方use閉じ */

.free_kochira {
  display: contents;
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.paid_kochira {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.att_back {
  background-color: #fff1e3;
}
.att {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.att ul {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  background-color: #fff1e3;
  margin: 3% 5% 0 5%;
  padding: 3%;
}

.att_text {
  text-align: justify;
  margin: 5% auto;
  width: 75%;
  font-weight: bold;
  font-weight: 17px;
  color: #333;
}

.upd_back {
  background-color: #fff1e3;
}

.upd {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.upd ul {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  background-color: #fff1e3;
  margin: 0 5%;
  padding: 3%;
}
.upd_text {
  text-align: justify;
  margin: 5% auto;
  width: max-content;
  font-size: 17px;
  font-weight: bold;
  color: #333;
}

.dw_mn_sub {
  display: block;
  text-align: center;
  margin: 3% auto;
  max-width: 1200px;
  width: 100%;
  display: block;
}

.toi {
  padding: 5%;
  background-color: #fff1e3;
}

/* 一覧に戻る */
.fa-angle-up:before {
  content: "\f106";
}
#list_back {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;

  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: all 0.5s;
}

#list_back.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.5s;
}

#list_back a {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    to right,
    #ffd448,
    #ffbb00,
    #ff9600,
    #ff7600,
    #ff6600
  );
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: width 0.3s ease;
  overflow: hidden;
  padding: 0 10px;
}

#list_back a:hover {
  width: 250px;
  opacity: 1 !important;
}

.text {
  max-width: 0;
  opacity: 0;
  margin-left: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#list_back a:hover .text {
  max-width: 200px;
  opacity: 1;
  margin-left: 10px;
}

footer {
  padding: 10px 0;
  background: #001867;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .in_out_hp a {
    font-size: 12px;
  }
  .sub_sec {
    padding: 10% 5% 3%;
  }
  .free_1 {
    font-size: 16px;
  }

  .mou_kochira {
    font-size: 16px;
    padding: 10px 25px;
  }

  .plg_img {
    height: 200px;
  }

  .vid video {
    width: 700px;
  }
  .pctbok {
    width: 700px;
  }
}
@media screen and (min-width: 769px) {
  .openbtn {
    display: none;
  }

  #g-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sub_sec {
    padding: 13% 5% 3%;
  }
  .par_pri p {
    font-size: 15px;
  }
  .sub_plg_can ul {
    font-size: 25px;
  }
  .use ul {
    font-size: 25px;
  }

  .use_item {
    width: 480px;
  }

  .use_item span {
    font-size: 20px;
  }
  .can {
    font-size: 20px;
    width: 450px;
  }

  .pctbok {
    font-size: 20px;
    width: 560px;
  }

  .vid video {
    width: 600px;
  }

  .plg_titl {
    font-size: 40px;
  }
  .titl_text {
    font-size: 15px;
  }
  .free_1 {
    font-size: 13px;
  }

  .mou_kochira {
    font-size: 14px;
    padding: 10px 25px;
  }

  .plg_img {
    height: 150px;
  }
  .att_text {
    font-size: xx-small;
    font-weight: bold;
  }

  .fadeLeftTrigger li {
    display: none;
  }
}

#g-nav.panelactive {
  top: 0;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: calc(100vw - 50px);
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.openbtn span {
  display: inline-block;
  position: absolute;
  transition: all 0.4s;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background: #ff9602;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#g-nav {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 40vh;
  padding: 80px 0;
  background: #fff;
  transition: all 0.6s;
  z-index: 101;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav .contact-btn {
  width: 100%;
  margin: 80px auto 0 auto;
  text-align: center;
}

#g-nav .contact-btn a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 30px 0;
  background: #ff9602;
}

#g-nav .contact-btn a:hover {
  opacity: 0.7 !important;
}

#g-nav ul {
  height: unset;
}

#g-nav ul li {
  position: relative;
  list-style: none;
  text-align: left;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(
    to right,
    #ffbb00,
    #ff9600,
    #ff7600,
    #ff6600
  );
  border-image: linear-gradient(to right, #ffbb00, #ff9600, #ff7600, #ff6600);
  border-image-slice: 1;
}

#g-nav ul li a {
  display: block;
  padding: 10px;
  color: #667968;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 16px;
}

@media screen and (max-width: 650px) {
  .sub_sec {
    padding: 20% 5% 3%;
  }

  .vid video {
    width: 400px;
  }
  .plg_titl_item {
    display: block;
    margin: 6% 3%;
  }

  .about_plg {
    margin: auto;
    width: 50%;
  }
  .plg_titl {
    font-weight: bolder;
    font-size: 30px;
  }
  .titl_text {
    font-weight: bolder;
    font-size: 15px;
  }
  .free_1 {
    font-size: 16px;
  }
  .mou_kochira {
    font-size: 16px;
    padding: 10px 30px;
  }

  .pipe {
    height: 40px;
  }

  .sub_plg_can {
    margin: 10% auto;
  }
  .plg_img {
    height: 200px;
    margin-bottom: 4%;
  }
  .par_pri {
    font-size: 20px;
  }
  .can_use_titl {
    margin: 7% 0;
  }
  .sub_plg_can ul {
    font-size: 20px;
  }
  .can {
    font-size: 17px;
    margin: auto;
    width: 400px;
  }

  .pctbok {
    font-size: 13px;
    width: 390px;
  }

  .use {
    margin: 10% auto;
  }
  .use ul {
    font-size: 25px;
  }
  .use_item span {
    font-size: 17px;
  }
  .use_item {
    width: 450px;
  }
  .att ul {
    font-size: 25px;
    margin: 10% 5% 0 5%;
  }
  .att_text {
    font-size: 13px;
    width: 70%;
  }
  .upd_text {
    font-size: 13px;
  }
  .upd ul {
    font-size: 25px;
    margin: 10% 5% 0 5%;
  }
}

/* モバイル版 480px*/
@media screen and (max-width: 480px) {
  .vid video {
    width: 400px;
  }

  .plg_titl_item {
    display: block;
    margin: 6% 3%;
  }
  .about_plg {
    margin: auto;
    width: 50%;
  }
  .plg_titl {
    font-weight: bolder;
    font-size: large;
  }
  .border {
    padding: 3px;
  }
  .titl_text {
    font-weight: bolder;
    font-size: 7px;
  }
  .about_plg {
    width: 100%;
  }

  .free_kochira {
    position: relative;
    height: 60px;
  }

  .paid_kochira {
    height: 35px;
  }
  .free_1 {
    font-size: 12px;
  }
  .mou_kochira {
    font-size: 10px;
    padding: 5px 23px;
    position: relative;
    top: -12px;
  }

  .pipe {
    height: 20px;
  }

  .sub_plg_can {
    margin: 10% auto;
  }
  .plg_img {
    height: 130px;
  }
  .par_pri {
    font-size: 15px;
  }
  .can_use_titl {
    margin: 7% 0;
  }
  .sub_plg_can ul {
    font-size: 10px;
  }
  .can {
    width: 180px;
    font-size: 9px;
  }
  .pctbok {
    font-size: 9px;
    width: 180px;
  }
  .vid video {
    width: 250px;
    margin: 5% 0;
  }
  .use {
    margin: 10% auto;
  }
  .use ul {
    font-size: 10px;
  }
  .use_item span {
    font-size: 9px;
  }
  .use_item {
    width: 250px;
    line-height: 10px;
  }
  .att ul {
    font-size: large;
    margin: 10% 5% 0 5%;
  }
  .att_text {
    font-size: 10px;
    width: 70%;
    margin: 5% auto;
  }
  .upd_text {
    font-size: 10px;
  }
  .upd ul {
    font-size: large;
    margin: 10% 5% 0 5%;
  }

  .dw_mn_sub {
    position: relative;
  }
  .dw,
  .mn {
    font-size: 10px;
    padding: 7px 25px;
  }
  .mn {
    position: relative;
    top: -20px;
  }
  .toi {
    padding: 10%;
    margin-top: 20px;
  }
}
